ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartSeriesBase<T> Class / SymbolMarker Property






In This Topic
    SymbolMarker Property (ChartSeriesBase<T>)
    In This Topic
    Gets or sets the shape of marker to use for each data point in the series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.
    Syntax
    'Declaration
     
    
    Public Property SymbolMarker As Marker
    'Usage
     
    
    Dim instance As ChartSeriesBase(Of T)
    Dim value As Marker
     
    instance.SymbolMarker = value
     
    value = instance.SymbolMarker
    public Marker SymbolMarker {get; set;}
    public read-write property SymbolMarker: Marker; 
    public function get,set SymbolMarker : Marker
    public: __property Marker get_SymbolMarker();
    public: __property void set_SymbolMarker( 
       Marker value
    );
    public:
    property Marker SymbolMarker {
       Marker get();
       void set (    Marker value);
    }
    See Also